Package com.cisco.pt.ipc.events
Class TreeNodeEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.TreeNodeEventRegistry
An event for the IPC's TreeNodeEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<TreeNodeEventListener>protected Map<String,Set<TreeNodeEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(TreeNodeEventListener listener) voidaddListener(TreeNodeEventListener listener, TreeNode objClass) voidaddListenerFiltered(TreeNodeEventListener listener, List<String> events) voidaddSpecificListenerFiltered(TreeNodeEventListener listener, TreeNode objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(TreeNodeEventListener listener) voidremoveListener(TreeNodeEventListener listener, TreeNode objClass) voidremoveListenerFiltered(TreeNodeEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(TreeNodeEventListener listener, TreeNode objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
TreeNodeEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(TreeNodeEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(TreeNodeEventListener listener, TreeNode objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(TreeNodeEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(TreeNodeEventListener listener, TreeNode objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-